Inline HTML

Inline HTML refers to special HTML tags that are implemented by Vercengen, typically as a means of styling or declaring certain behaviours. These tags are listed below in terms of cosmetic tags (which change how HTML looks) and behavioural tags (which changes how HTML behaves).

Cosmetic Tags

  • <icon>icon_key</icon> - Refers to a Material Icons icon. Its styling and colour can be changed inline.

Behavioural Tags

ve.FlexInterface Components utilise flex tags for their behaviour.

Note. Flex classes are used by ve.FlexInterface.

  • <flex class = "horizontal"></flex> - Represents a horizontal flex class.
  • <flex class = "vertical"></flex> - Represents a vertical flex class.
  • <flex-resizer></flex-resizer> - Appears between flex elements to provide a resizer bar that allows the user to resize content between them.